func google.golang.org/protobuf/encoding/protojson.getInt

3 uses

	google.golang.org/protobuf/encoding/protojson (current package)
		decode.go#L355: 		return getInt(tok, bitSize)
		decode.go#L368: 		return getInt(tok, bitSize)
		decode.go#L373: func getInt(tok json.Token, bitSize int) (protoreflect.Value, bool) {